@font-face {
  font-family: "iconsfont";
  src: url("../fonts/iconsfont.eot?oswi10");
  src: url("../fonts/iconsfont.eot?oswi10#iefix") format("embedded-opentype"),
    url("../fonts/iconsfont.ttf?oswi10") format("truetype"),
    url("../fonts/iconsfont.woff?oswi10") format("woff"),
    url("../fonts/iconsfont.svg?oswi10#iconsfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconsfont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-telegram:before {
  content: "\e900";
}
.icon-email:before {
  content: "\e901";
}
.icon-github:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e904";
}
.icon-css:before {
  content: "\e913";
}
.icon-figma:before {
  content: "\e914";
}
.icon-file-code:before {
  content: "\e915";
}
.icon-git:before {
  content: "\e916";
}
.icon-gulp:before {
  content: "\e917";
}
.icon-html:before {
  content: "\e918";
}
.icon-js:before {
  content: "\e919";
}
.icon-language:before {
  content: "\e91a";
}
.icon-less:before {
  content: "\e91b";
}
.icon-paintbrush:before {
  content: "\e91c";
}
.icon-photoshop:before {
  content: "\e91d";
}
.icon-sass:before {
  content: "\e91e";
}
.icon-terminal:before {
  content: "\e91f";
}
